This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: Export Documents including Rich Text with Inline Images
Feedback Type: Question
Product Area: Domino Designer on Eclipse (DDE)
Technical Area: Application Development
Platform: Windows
Release: 8.5.2
Reproducible: Not applicable
I need to export all documents from a database to a format which can be read by another programming language (C# or VB).
I can export everything except inline images in rich text fields.
I have tried the following:
1) LotusScript NotesRichTextNavigator however it couldn't see the inline images - it could only see attached images.
2) LotusScript NotesDXLExporter with the ConvertNotesBitmapsToGIF=True. This exports the inline images, however half of the images have scaling attributes in the DXL (e.g. scaledheight='6.1514in'
scaledwidth='1.9813in') and these don't render when I decode them to GIFs. They just appear as totally white images.
3) Formula command @Command([FileExport]) via LotusScript Evaluate method. However, nothing was exported.
Thanks in advance for any suggestions on how to get the inline images.
All I really need is an automatic method to get the inline images. Unforunately I can't use the File->Export menu command as there are too many documents in the database to make this feasible.
Richard
Feedback number WEBB8PGFHE created by ~Zelda Bubjumily on 12/12/2011
Status: Open
Comments: